Global Index
HTML5 JS API Index > DOM Tutorials & Specs

HTMLAnchorElement

Extends HTMLElement. Implements URLUtils.

Properties
DOMString
download
The IDL attributes download, ping, target, rel, hreflang, and type, must reflect the respective content attributes of the same name.
DOMString
hreflang
The IDL attributes download, ping, target, rel, hreflang, and type, must reflect the respective content attributes of the same name.
DOMSettableTokenList
ping
The IDL attributes download, ping, target, rel, hreflang, and type, must reflect the respective content attributes of the same name.
DOMString
rel
The IDL attributes download, ping, target, rel, hreflang, and type, must reflect the respective content attributes of the same name.
DOMTokenList
relList
The IDL attribute relList must reflect the rel content attribute.
DOMString
target
The IDL attributes download, ping, target, rel, hreflang, and type, must reflect the respective content attributes of the same name.
DOMString
text
The text IDL attribute, on getting, must return the same value as the textContent IDL attribute on the element, and on setting, must act as if the textContent IDL attribute on the element had been set to the new value.
DOMString
type
The IDL attributes download, ping, target, rel, hreflang, and type, must reflect the respective content attributes of the same name.